OpenRoads Designer CONNECT Edition SDK Help

Intersect(LinearElement, Double) Method

Gets collection of intersections with another linear element

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearIntersectionCollection Intersect( LinearElement linearElement,double ptToPtTolerance)

Parameters

SettingDescription
  LinearElement Intersecting linear element
   Point to point tolerance used to calculate the intersections.

Return Value

LinearIntersectionCollection Intersections with linear element

Remarks

To obtain the point to point tolerance that is passed as parameter calculation will be performed with a precision equal to ptToPtTolerance/100

See Also